home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 4.1.2.dxr / Internal_53_schoolbord - ga naar VMBO.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  179 b   |  17 lines

  1. on mouseUp me
  2.   global naam
  3.   cursor(-1)
  4.   tell the stage
  5.     naam = "4.1.2.1.dir"
  6.     wisseltje()
  7.   end tell
  8. end
  9.  
  10. on mouseEnter
  11.   cursor(280)
  12. end
  13.  
  14. on mouseLeave
  15.   cursor(-1)
  16. end
  17.